-
Notifications
You must be signed in to change notification settings - Fork 3
RDKEMW-1014 : Add COM-RPC support to HdcpProfile plugin #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
…nputoutput into topic/RDKEMW-1014
652aba8
to
b7fa382
Compare
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
…nputoutput into topic/RDKEMW-1014
…services-inputoutput into topic/RDKEMW-1014
static HdcpProfile* _instance; | ||
namespace Plugin { | ||
|
||
class HdcpProfile : public PluginHost::IPlugin, public PluginHost::JSONRPC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor comment: The indentation doesn't look correct. Please fix this.
_parent.Deactivated(connection); | ||
} | ||
|
||
void OnDisplayConnectionChanged(const Exchange::IHdcpProfile::HDCPStatus hdcpstatus) override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this parameter "hdcpstatus" to call by referece "&hdcpstatus"?
…nputoutput into topic/RDKEMW-1014
…services-inputoutput into topic/RDKEMW-1014
…nputoutput into topic/RDKEMW-1014
No description provided.